Skip to content

Use kernel green for install/uninstall banner#290

Merged
jarugupj merged 2 commits into
mainfrom
hypeship/banner-kernel-green
Jun 12, 2026
Merged

Use kernel green for install/uninstall banner#290
jarugupj merged 2 commits into
mainfrom
hypeship/banner-kernel-green

Conversation

@jarugupj

@jarugupj jarugupj commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Recolors the big HYPEMAN ASCII banner printed at the end of scripts/install.sh and scripts/uninstall.sh from purple to the kernel brand green (#81b300).
  • Renames the banner color variable PURPLEKERNEL_GREEN so the intent is explicit; the existing GREEN (#5cbe53) used for [INFO] log lines is left unchanged.

Old: \033[38;2;172;134;249m (purple, ~#ac86f9)
New: \033[38;2;129;179;0m (kernel green, #81b300)

Note: the CLI-only installer (scripts/install-cli.sh, served at get.hypeman.sh/cli) does not print this banner, so it's untouched. scripts/build-from-source.sh still defines an unused PURPLE var — left as-is to keep this change scoped to the visible banner.

Test plan

  • bash -n scripts/install.sh / bash -n scripts/uninstall.sh pass
  • Run an install/uninstall and confirm the banner renders in kernel green on a truecolor terminal

Note

Low Risk
Cosmetic shell output only; no install logic, binaries, or service behavior changes.

Overview
Updates terminal branding for the install/uninstall success banners: the large HYPEMAN ASCII art at the end of scripts/install.sh and scripts/uninstall.sh now uses kernel brand green (#81b300, \033[38;2;129;179;0m) instead of purple. The color variable is renamed PURPLEKERNEL_GREEN so it is not confused with the existing GREEN used for [INFO] lines.

scripts/build-from-source.sh drops the unused PURPLE color definition only; it does not print the banner.

Reviewed by Cursor Bugbot for commit 6ca2794. Bugbot is set up for automated code reviews on this repo. Configure here.

Recolor the HYPEMAN ASCII banner from purple to the kernel brand green
(#81b300). Renames the banner color variable to KERNEL_GREEN so the
intent is explicit and keeps install.sh and uninstall.sh in sync.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@jarugupj jarugupj marked this pull request as ready for review June 12, 2026 19:38
@firetiger-agent

Copy link
Copy Markdown

Created a monitoring plan for this PR.

What this PR does: Changes the color of the HYPEMAN ASCII banner printed at the end of install and uninstall from purple to kernel brand green — a visual branding update with no behavioral effect.

Intended effect:

  • No production telemetry signal exists for this change. The installer scripts run on end-user machines and emit no server-side observability. Confirmation requires manually running bash scripts/install.sh on a truecolor terminal and visually verifying the banner renders in green (#81b300) rather than purple.

Risks:

  • Shell syntax errorbash -n checks already pass; alert if the aws-publish deployment status = FAILED within 10 minutes of deploy.
  • Garbled terminal output — malformed ANSI escape would produce visual artifacts around the banner but would not break script execution; no telemetry signal, confirm manually if reported by a user.

Status updates will be posted automatically on this PR as monitoring progresses.

View monitor

The variable was defined but never referenced; no banner is printed from
this script. Removing it leaves no stray PURPLE definitions in the repo.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@jarugupj jarugupj requested a review from hiroTamada June 12, 2026 19:54
@jarugupj jarugupj merged commit 3c2bac8 into main Jun 12, 2026
11 checks passed
@jarugupj jarugupj deleted the hypeship/banner-kernel-green branch June 12, 2026 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants